| Visual Basic (Declaration) | |
|---|---|
Overloads Function AddOrUpdate( _ ByVal key As TKey, _ ByVal addValue As TValue, _ ByVal fnUpdate As CSharpTest.Net.Collections.KeyValueUpdate(Of TKey,TValue) _ ) As TValue | |
| C# | |
|---|---|
TValue AddOrUpdate( TKey key, TValue addValue, CSharpTest.Net.Collections.KeyValueUpdate<TKey,TValue> fnUpdate ) | |
Parameters
- key
- addValue
- fnUpdate
Target Platforms: Windows XP, Windows Server 2003, Windows Vista, Windows Server 2008, Windows 7
Reference
IConcurrentDictionary<TKey,TValue> InterfaceIConcurrentDictionary<TKey,TValue> Members
Overload List
KeyValueUpdate